adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / Clear Method


In This Topic
    Clear Method (ADTObjectCollectionT<T>)
    In This Topic
    Removes all objects from the collection
    Syntax
    'Declaration
     
    
    Public Overrides Sub Clear() 
    public override void Clear()
    public:
    void Clear(); override 
    Remarks

    If the collection contains dependent objects, those objects will be deleted when the parent object is saved. There is no concept of removing dependent objects from the collection without deleting them because they do not exist independently of their parent object.

    See Also